
a{
	text-decoration:none;
	cursor:pointer;
	color:#e60012;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}
textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #777777;
	margin: 0;
}
.mt .line {
    width: 360px;
    height: 2px;
    background: #3e3a39;
    margin: auto;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}



/*** 

====================================================================
		Section Title
====================================================================

***/
.erweima{
  margin-top:60px
}
.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:30px;
	background: url(../images/index_title.png) no-repeat center;
}

.sec-title h2{
	position: relative;
	display: inline;
	color: rgb(100,100,100);
	font-weight: 600;
	padding-bottom: 23px;
	color:#c94447
}

/* .sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #b90012;
	content: "";
	z-index: 1;
} */

.sec-title .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #787878;
	font-weight: 400;
	margin-top: 25px;
}

.sec-title.text-center h2:before{
	right: 0;
	margin:0 auto;
}

.sec-title.light .text,
.sec-title.light h2{
	color: #ffffff;
}


/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding-top: 40px;
	/* padding: 115px 0 80px; */
}

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	overflow: hidden;
	height: 520px;
}

.feature-block .image-box{
	position: relative;
}

.feature-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	background: #101010;
	overflow: hidden;
}

.feature-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-block .image-box .icon-box{
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.feature-block .image-box .icon{
	display: block;
	text-align: center;
	height: 60px;
	width: 60px;
	font-size: 34px;
	line-height: 60px;
	color: #ffffff;
	background-color: #b90012;
}

.feature-block .caption-box{
	position: relative;
	/* padding: 30px 30px; */
	border-top: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.date {
    margin-top: 10px;
    color: rgb(100,100,100);
	font-size:16px
}
.title{
    color: rgb(100,100,100);
	font-size:16px;
	font-weight:800
}
.comments {
    color: rgb(100,100,100);
	font-size:14px
}
 .line {
	position: relative;
    top: 1px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 1px;
    background: #3e3a39;
    margin: auto;
}
.arrow {
    color: black;
    position: absolute;
    margin-top: 10px;
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    border: solid black;
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.feature-block .inner-box:hover{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.feature-block .caption-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #585858;
	font-weight: 500;
	margin-bottom: 10px;
}

.feature-block .caption-box h3 a{
	color: #585858;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .caption-box h3 a:hover{
	color: #b90012;
}

.feature-block .caption-box .text{
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
}


.cases-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding:115px 0 90px;
}

.case-block{
	position: relative;
	margin-bottom: 30px;
	width:33%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.case-block .image-box{
	position: relative;
	overflow: hidden;
}

.case-block .image-box figure{
	position: relative;
	display: block;
	margin-bottom: 0;
}

.case-block .image-box img{
	display: block;
	width: 100%;
}

.case-block .image-box a{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.case-block .image-box a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	opacity: .80;
 	-webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-block .image-box a span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -25px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
}

.case-block .image-box:hover a span{
	top: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.case-block .image-box:hover a:before{
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .70;
}


.case-block3{
	position: relative;
	margin-bottom: 30px;
	width:50%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.case-block3 .image-box{
	position: relative;
	overflow: hidden;
}

.case-block3 .image-box figure{
	position: relative;
	display: block;
	margin-bottom: 0;
}

.case-block3 .image-box img{
	display: block;
	width: 100%;
}

.case-block3 .image-box a{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.case-block3 .image-box a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	opacity: .80;
 	-webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-block3 .image-box a span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -25px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
}

.case-block3 .image-box:hover a span{
	top: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.case-block3 .image-box:hover a:before{
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: .70;
}


.features-box{
	position: relative;
}

.features-box .row{
	margin: 0 -3px;
}

.features-box .feature{
	position: relative;
	padding: 0 3px;
	margin-bottom: 30px;
}

.features-box .feature .inner{
	position: relative;
	padding: 45px 20px 50px;
	background-color: #f9f9f9;
	border: 1px solid #e4e4e4;
	text-align: center;
}

.features-box .feature .icon{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #44bce2;
	font-weight: 400;
	margin-bottom: 20px;
}

.features-box .feature h3{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.features-box .feature p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
}

.profit-improvement{
	position: relative;
}

.profit-improvement h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	color: #585858;
	font-weight: 500;
	margin-bottom: 70px;
}

.profit-improvement .graph{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.profit-improvement .graph img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 115px 0 80px;
}

.team-section .row{
	margin:0 -4px;
}

.team-section .title-block{
	position: relative;
	padding: 0 4px;
	margin-bottom: 40px;
}

.team-section .title-block .sec-title{
	margin-bottom: 20px;
}

.team-section .title-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.team-section .title-block .btn-box{
	position: relative;
}

.team-section .title-block .btn-box a{
	text-transform: uppercase;
	font-weight: 700;
}

.team-block{
	position: relative;
	padding: 0 4px;
	margin-bottom: 40px;
}

.team-block .inner-box{
	position: relative;
	padding: 25px 20px 30px;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.team-block .image-box{
	position: relative;
	height: 123px;
	width: 123px;
	margin: 0 auto 18px;
}

.team-block .image-box:before{
	position: absolute;
	left: -5px;
	top: -3px;
	height: 130px;
	width: 130px;
	border-left: 1px dashed #b90012;
	content: "";
	border-radius: 50%;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.team-block .info{
	position: relative;
}

.team-block .info .name{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	color: #585858;
	font-weight: 600;
}

.team-block .info .designation{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	color: #b90012;
	font-weight: 400;
	margin-top: 3px;
}

.team-block .text{
	position: relative;
	border-top: 1px solid #dadada;
	padding-top: 12px;
	margin-top: 10px;
}

.team-block .text {
	font-size: 16px;
	line-height: 25px;
}

/*** 

====================================================================
			Testimonial Section
====================================================================

***/


/*** 

====================================================================
			News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 115px 0 80px;
}

.news-section .row{
	margin:0 -11px;
}

.news-list,
.news-block{
	position: relative;
	padding: 0 11px;
	width:33%
}

.news-block .inner-box{
	position: relative;
	display: block;
}

.news-block .image-box{
	position: relative;
}

.news-block .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #101010;
	margin-bottom: 0;
}

.news-block .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .image img{
	opacity: 0.70;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-content{
	position: relative;
	padding: 20px 0 0;
}

.news-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #585858;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

.news-block .lower-content h3 a{
	color: #585858;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover{
	color: #b90012;
}

.news-block .lower-content .info{
	position: relative;
	display: block;
	margin-bottom: 7px;
}

.news-block .lower-content .info li{
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 25px;
	color: #585858;
	font-weight: 400;
	margin-right: 25px;
	font-family: "Poppins", sans-serif;
}

.news-block .lower-content .info li i{
	margin-right: 5px;
	color: #b90012;
}

.news-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.news-block .lower-content .link-box{
	position: relative;
}

.news-block .lower-content .link-box a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #b90012;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 300ms ease;
}

.news-block .lower-content .link-box a i{
	margin-left: 10px;
}

.news-block .lower-content .link-box a:hover{
	color: #222222;
}